Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Space–time code</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Space%E2%80%93time_code"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Space–time_code rootpage-Space–time_code skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Space–time code</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">

<p>A <b>space–time code</b> (<b>STC</b>) is a method employed to improve the reliability of data <a href="Transmission_(telecommunications)" class="mw-redirect" title="Transmission (telecommunications)">transmission</a> in <a href="Wireless" title="Wireless">wireless communication systems</a> using multiple transmit <a href="Antenna_(radio)" title="Antenna (radio)">antennas</a>. STCs rely on transmitting multiple, <a href="Redundancy_(information_theory)" title="Redundancy (information theory)">redundant</a> copies of a data stream to the <a href="Receiver_(radio)" class="mw-redirect" title="Receiver (radio)">receiver</a> in the hope that at least some of them may survive the <a href="Transmission_medium" title="Transmission medium">physical path</a> between transmission and reception in a good enough state to allow reliable decoding.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Types">Types</h2></div>
<p>Space time codes may be split into two main types:
</p>
<ul><li><a href="Space%E2%80%93time_trellis_code" title="Space–time trellis code">Space–time trellis codes</a> (STTCs)<sup id="cite_ref-construction_1-0" class="reference"><a href="#cite_note-construction-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup> distribute a <a href="Convolutional_code" title="Convolutional code">trellis code</a> over multiple antennas and multiple time-slots and provide both coding gain and <a href="Diversity_reception" class="mw-redirect" title="Diversity reception">diversity gain</a>.</li>
<li><a href="Space%E2%80%93time_block_code" title="Space–time block code">Space–time block codes</a> (STBCs)<sup id="cite_ref-alamouti_2-0" class="reference"><a href="#cite_note-alamouti-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-orthog_3-0" class="reference"><a href="#cite_note-orthog-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> act on a block of data at once (similarly to <a href="Block_code" title="Block code">block codes</a>) and also provide <a href="Diversity_reception" class="mw-redirect" title="Diversity reception">diversity gain</a> but doesn't provide coding gain.</li>
<li>Space–time line codes (STLCs)<sup id="cite_ref-STLC_4-0" class="reference"><a href="#cite_note-STLC-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup> and STBCs are symmetric with respect to the transmit-and-receive processes, like a <a href="Maximal-ratio_combining" title="Maximal-ratio combining">maximum-ratio combining</a> (MRC) and maximum-ratio transmission (MRT). The STLC scheme provides full <a href="Diversity_reception" class="mw-redirect" title="Diversity reception">diversity gain</a> even when there is no full channel state information (CSI) at the receiver.</li></ul>
<p>STC may be further subdivided according to whether the receiver knows the <a href="Channel_(communications)" class="mw-redirect" title="Channel (communications)">channel</a> impairments. In coherent STC, the receiver knows the channel impairments through training or some other form of estimation. These codes have been studied more widely, and <a href="Division_algebra" title="Division algebra">division algebras</a><sup id="cite_ref-divalg_5-0" class="reference"><a href="#cite_note-divalg-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup> over number fields have now become the standard tool for constructing such codes.
</p><p>In <a href="Noncoherent_STC" title="Noncoherent STC">noncoherent STC</a> the receiver does not know the channel impairments but knows the statistics of the channel.<sup id="cite_ref-hm_6-0" class="reference"><a href="#cite_note-hm-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup> In <a href="Differential_space%E2%80%93time_code" title="Differential space–time code">differential space–time codes</a> neither the channel nor the statistics of the channel are available.<sup id="cite_ref-jsac_7-0" class="reference"><a href="#cite_note-jsac-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="Diversity_scheme" title="Diversity scheme">Diversity scheme</a> – the concept from which STC arose.</li>
<li><a href="MIMO" title="MIMO">MIMO</a> – the term for wireless communication systems employing multiple antennas at both a transmitter and a receiver.</li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */


.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}


/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-construction-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-construction_1-0">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */


.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}


/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFVahid_TarokhNambi_SeshadriA._R._Calderbank1998" class="citation journal cs1">Vahid Tarokh; Nambi Seshadri &amp; A. R. Calderbank (March 1998). "Space–time codes for high data rate wireless communication: Performance analysis and code construction". <i>IEEE Transactions on Information Theory</i>. <b>44</b> (2): <span class="nowrap">744–</span>765. <a href="CiteSeerX_(identifier)" class="mw-redirect" title="CiteSeerX (identifier)">CiteSeerX</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.112.4293">10.1.1.112.4293</a></span>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2F18.661517">10.1109/18.661517</a>.</cite></span>
</li>
<li id="cite_note-alamouti-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-alamouti_2-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFS.M._Alamouti1998" class="citation journal cs1">S.M. Alamouti (October 1998). "A simple transmit diversity technique for wireless communications". <i>IEEE Journal on Selected Areas in Communications</i>. <b>16</b> (8): <span class="nowrap">1451–</span>1458. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2F49.730453">10.1109/49.730453</a>.</cite></span>
</li>
<li id="cite_note-orthog-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-orthog_3-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFVahid_TarokhHamid_JafarkhaniA._R._Calderbank1999" class="citation journal cs1">Vahid Tarokh; Hamid Jafarkhani &amp; A. R. Calderbank (July 1999). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20091229160912/http://www.mast.queensu.ca/~math800/W03/papers/TrkhJafarkCldb_IT99.pdf">"Space–time block codes from orthogonal designs"</a> <span class="cs1-format">(PDF)</span>. <i><a href="IEEE_Transactions_on_Information_Theory" title="IEEE Transactions on Information Theory">IEEE Transactions on Information Theory</a></i>. <b>45</b> (5): <span class="nowrap">1456–</span>1467. <a href="CiteSeerX_(identifier)" class="mw-redirect" title="CiteSeerX (identifier)">CiteSeerX</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.138.4537">10.1.1.138.4537</a></span>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2F18.771146">10.1109/18.771146</a>. Archived from <a rel="nofollow" class="external text" href="http://www.mast.queensu.ca/~math800/W03/papers/TrkhJafarkCldb_IT99.pdf">the original</a> <span class="cs1-format">(PDF)</span> on 2009-12-29.</cite></span>
</li>
<li id="cite_note-STLC-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-STLC_4-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFJingon_Joung2017" class="citation journal cs1">Jingon Joung (November 2017). <a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FACCESS.2017.2777528">"Space–Time Line Code"</a>. <i><a href="IEEE_Access" title="IEEE Access">IEEE Access</a></i>. <b>6</b>: <span class="nowrap">1023–</span>1041. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FACCESS.2017.2777528">10.1109/ACCESS.2017.2777528</a></span>.</cite></span>
</li>
<li id="cite_note-divalg-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-divalg_5-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFB.A._SethuramanB._Sundar_RajanV._Shashidhar2003" class="citation journal cs1">B.A. Sethuraman; B. Sundar Rajan &amp; V. Shashidhar (October 2003). "Full-diversity, high-rate space-time block codes from division algebras". <i>IEEE Transactions on Information Theory</i>. <b>49</b> (10): <span class="nowrap">2596–</span>2616. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2Ftit.2003.817831">10.1109/tit.2003.817831</a>.</cite></span>
</li>
<li id="cite_note-hm-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-hm_6-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFMarzetta,_T.L.Hochwald,_B.M.1999" class="citation journal cs1">Marzetta, T.L. &amp; Hochwald, B.M. (January 1999). "Capacity of a mobile multiple-antenna communication link in Rayleigh flat fading". <i>IEEE Transactions on Information Theory</i>. <b>45</b> (1): <span class="nowrap">139–</span>157. <a href="CiteSeerX_(identifier)" class="mw-redirect" title="CiteSeerX (identifier)">CiteSeerX</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.134.4611">10.1.1.134.4611</a></span>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2F18.746779">10.1109/18.746779</a>.</cite></span>
</li>
<li id="cite_note-jsac-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-jsac_7-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFV._Tarokh_and_H._Jafarkhani2000" class="citation journal cs1">V. Tarokh and <a href="Hamid_Jafarkhani" title="Hamid Jafarkhani">H. Jafarkhani</a> (July 2000). "A Differential Detection Scheme for Transmit Diversity". <i>IEEE Journal on Selected Areas in Communications</i>. <b>18</b> (7): <span class="nowrap">1169–</span>1174. <a href="CiteSeerX_(identifier)" class="mw-redirect" title="CiteSeerX (identifier)">CiteSeerX</a>&nbsp;<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.421.8007">10.1.1.421.8007</a></span>. <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2F49.857917">10.1109/49.857917</a>. <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:1507749">1507749</a>.</cite></span>
</li>
</ol></div></div>
<div class="mw-heading mw-heading2"><h2 id="General_references">General references</h2></div>
<ul><li>Louay M.A. Jalloul and Sam. P. Alex, "Evaluation Methodology and Performance of an IEEE 802.16e System", Presented to the IEEE Communications and Signal Processing Society, Orange County Joint Chapter (ComSig), December 7, 2006. Available at: <a rel="nofollow" class="external free" href="http://chapters.comsoc.org/comsig/meet.html">http://chapters.comsoc.org/comsig/meet.html</a></li>
<li>Sam P. Alex and Louay M.A. Jalloul, "Performance Evaluation of MIMO in IEEE802.16e/WiMAX", IEEE Journal of Selected Topics in Signal Processing, VOL. 2, NO. 2, April, 2008.</li></ul></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-07-23" href="https://en.wikipedia.org/wiki/?title=Space%E2%80%93time_code&amp;oldid=1302178765">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>

</body></html>